From d386cd8e78176d9626d619a5a07856ef8e522e48 Mon Sep 17 00:00:00 2001 From: Debian Science Maintainers Date: Tue, 6 Jan 2026 13:16:13 +0100 Subject: [PATCH] cmake-workaround-tbbmemory Gbp-Pq: Name 0011-cmake-workaround-tbbmemory.patch --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 68dcc2b49..a3794d9dd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -956,7 +956,7 @@ include_directories (${CMAKE_BINARY_DIR}/${INSTALL_DIR_INCLUDE}) string (REGEX REPLACE ";" " " 3RDPARTY_NO_LIBS "${3RDPARTY_NO_LIBS}") if (3RDPARTY_NO_LIBS) if (BUILD_SHARED_LIBS) - message (SEND_ERROR "Could not find libraries of used third-party products: ${3RDPARTY_NO_LIBS}" ) + message (WARNING "Could not find libraries of used third-party products: ${3RDPARTY_NO_LIBS}" ) else() message (WARNING "Could not find libraries of used third-party products: ${3RDPARTY_NO_LIBS}" ) endif() -- 2.30.2